home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
CommandMon
/
Indicator.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
264b
|
17 lines
/* by Jason Beaver */
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
#import <appkit/View.h>
@interface Indicator:View
{
BOOL on;
DPSTimedEntry timer;
}
- initFrame:(NXRect *)frameRect;
- drawSelf:(NXRect *)rects :(int)count;
- flash;
- turnOff;
@end